write lock造句
例句與造句
- this isolation level may be implemented using exclusive write locks
該隔離級別可以通過“排他寫鎖”實現。 - long writes hurt throughput directly because the write lock is exclusive
因為寫入鎖定是排他的,所以長時間的寫入會直接降低吞吐量。 - turns off the automatic logging of the list of read-write locks for use by the aix debugger
關閉aix調試程序使用的讀寫鎖列表的自動記錄。 - as merely extended signatures, then the class can remain oblivious to the implementation of the read-write lock pattern
看作擴展的簽名,那么類就可以保持對讀寫鎖定模式的實現的遺忘。 - some file systems support network clients obtaining an exclusive write lock on a file and remove the lock if the client crashes
一些文件系統支持網絡客戶端獲取對文件的排它寫鎖定,以及當客戶端死機時移交鎖定。 - It's difficult to find write lock in a sentence. 用write lock造句挺難的
- long reads block waiting writers, and if there is at least one thread waiting for the write lock then threads that request new reader locks will be blocked as well
長時間的讀取會阻止處于等待的編寫器,并且,如果至少有一個線程在等待寫入鎖,那么請求新的讀取器鎖的線程也將被阻止。 - first, a thread can hold a read-lock, which is non-exclusive and will allow other threads to gain a read-lock for the class . second, a thread can request a write-lock, which is exclusive, and is not granted until currently held read and write locks are released
第二,線程可以請求一個寫入鎖,寫入鎖是獨占的,只有在當前被持有的讀取鎖和寫入鎖都得到釋放后,才能將寫入鎖授予其他線程。 - a strategy locking constraint resources using " write lock " and " read lock " is presented to consider the time delay of data transmission and improve the efficiency of concurrent operation, the realization of main algorithms for constraint network solving is given
提出了“寫鎖”和“讀鎖”2種加鎖狀態的約束資源的鎖定策略,來考慮網絡傳輸的延時性和提高并行操作的效率,并給出了主要算法的實現說明。 - uses several tricks to achieve a high level of concurrency and avoid locking, including using multiple write locks for different hash buckets and exploiting the uncertainties of the jmm to minimize the time that locks are held-or avoid acquiring locks at all
使用了幾個技巧來獲得高程度的并發以及避免鎖定,包括為不同的hashbucket(桶)使用多個寫鎖和使用jmm的不確定性來最小化鎖被保持的時間或者根本避免獲取鎖。 - posix record locking is supported on nearly all unix-like platforms it s mandated by posix . 1, it can lock portions of a file not just a whole file, and it can handle the difference between read locks and write locks
采用posix記錄鎖的理由有很多:posix記錄鎖在幾乎所有的類unix平臺上都獲得了支持(它得到了posix.1的授權),它可以鎖定文件的一部分(而不是只會鎖定整個文件),而且它可以區別處理讀鎖和寫鎖的不同之處。